Autogenerated HTML docs for v1.6.2-77-g8cc3f 
diff --git a/git-format-patch.html b/git-format-patch.html index 7b97008..c1f7465 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -322,7 +322,8 @@  <div class="sectionbody">   <div class="verseblock">   <div class="content"><em>git format-patch</em> [-k] [-o &lt;dir&gt; | --stdout] [--thread]  - [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]  + [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;] |  + [--no-attach]]   [-s | --signoff] [&lt;common diff options&gt;]   [-n | --numbered | -N | --no-numbered]   [--start-number &lt;n&gt;] [--numbered-files]  @@ -972,6 +973,15 @@  </p>   </dd>   <dt>  +--no-attach  +</dt>  +<dd>  +<p>  + Disable the creation of an attachment, overriding the  + configuration setting.  +</p>  +</dd>  +<dt>   --inline[=&lt;boundary&gt;]   </dt>   <dd>  @@ -1074,7 +1084,8 @@  <div class="sectionbody">   <div class="para"><p>You can specify extra mail header lines to be added to each message   in the repository configuration, new defaults for the subject prefix  -and file suffix, and number patches when outputting more than one.</p></div>  +and file suffix, control attachements, and number patches when outputting  +more than one.</p></div>   <div class="listingblock">   <div class="content">   <pre><tt>[format]  @@ -1082,7 +1093,8 @@  subjectprefix = CHANGE   suffix = .txt   numbered = auto  - cc = &lt;email&gt;</tt></pre>  + cc = &lt;email&gt;  + attach [ = mime-boundary-string ]</tt></pre>   </div></div>   </div>   <h2 id="_examples">EXAMPLES</h2>  @@ -1163,7 +1175,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-02-14 08:18:17 UTC  +Last updated 2009-03-06 08:20:42 UTC   </div>   </div>   </body>